
 
 '   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
 
 '     B y   d e f a u l t   t h e   i n s t r u c t i o n   " K e y "   a n d   t h e   f u n c t i o n   " K e y ( ) " 
 
 '       a r e   a c t i v e   o n l y   i f   t h i s   a p p l i c a t i o n   i s   f o c u s e d   ( s e l e c t e d ) 
 
 '   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
 
 
 
 '   T h i s   i n s t r u c t i o n   e n a b l e s   k e y s   a l s o   w h e n   t h e   a p p   i s   n o t   f o c u s e d 
 
 O p t i o n   G l o b a l K e y s   E n a b l e d 
 
 
 
 '   T h i s   i n s t r u c t i o n   d i s a b l e s   k e y s   w h e n   t h e   a p p   i s   n o t   f o c u s e d 
 
 ' O p t i o n   G l o b a l K e y s   D i s a b l e d 
 
 
 
 K e y   A   G o t o   T e s t 
 
 K e y   S   G o t o   S t o p 
 
 
 
 L a b e l   S t o p 
 
 S t o p 
 
 
 
 L a b e l   T e s t 
 
 	 I f   K e y ( " B " ) 
 
 	 	 B e e p 
 
 	 E n d I f 
 
 G o t o   T e s t 
 
 
 
 
 
 ' E X E C   G o s u b   3 
 
 